home *** CD-ROM | disk | FTP | other *** search
/ MindStor - The Ultimate Digital Camera Companion / MindStor.iso / mac / MSMAC.swf / scripts / DefineButton2_166 / BUTTONCONDACTION on(release, releaseOutside).as < prev   
Text File  |  2002-06-04  |  96b  |  7 lines

  1. on(release, releaseOutside){
  2.    tellTarget("/scrollUp")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6. }
  7.